projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2502f
)
Adwaita: no edge highlight
author
Jakub Steiner
<jimmac@gmail.com>
Wed, 15 Apr 2020 11:56:12 +0000
(13:56 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Wed, 15 Apr 2020 11:56:12 +0000
(13:56 +0200)
- Levelbars and progressbars are indicators, not controls. They don't
need no affordance signifier. Make it flat!
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2494
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 351c3094628f78b7208aac66b0ff6cd0c1136749..536b3859348194a4534d2e56548119186b4140df 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3178,7
+3178,6
@@
levelbar {
// level bar colours
> trough > block {
border: 1px solid;
- box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
&.low {
border-color: if($variant == 'light', darken($warning_color, 10%), $borders_color);